]> dgit.raspbian.org Git - kf6-kio.git/commit
On Hurd, do not look for functions unimplemented in libc
authorPino Toscano <pino@debian.org>
Sat, 21 Feb 2026 21:35:44 +0000 (22:35 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Sat, 21 Feb 2026 21:35:44 +0000 (22:35 +0100)
commitdaa954991ba5fc6fed482e3f7674851366234dc8
treeb4420bd58f638c46e7d77bd4f8c41cc871643915
parent33a013d3398348a22470a8481ec2e72c952b0df9
On Hurd, do not look for functions unimplemented in libc

Last-Update: 2024-05-09
Forwarded: not-needed

The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.

Gbp-Pq: Name hurd_disable_unimplemented.diff
src/kioworkers/file/ConfigureChecks.cmake